Merged
Conversation
chore: introduce parameters() dsl function to posgresql client feature: introduce schema to flow-php/postgresql - create schema definition - read whole Catalog from a postgresql db - added dependeny from flow-php/types - created TypeMapper to quickly map rows into collections of structures feature: catalog comparator - including comparator for all db objects refactor: move parsing data type string to dedicated parser refactor: unify naming convetion with colum and value type refactoring: optimizations and renames - geneate diff sql's for migratiosn up/down - unify naming of postgresql dsl - cover unlogged tables - added toSql() to Schema objects feature: missing postgresql table options feature: table rename detection refactor: remove RawCondition and RawExpression - unify DSL - replace inline strings with proper query builders in tests refactor: split postgresql dsl into smaller files refactor: simplify diffs to return only one way migration sqls refactor: make diffs to return query builders feature: improve rename strategies - introduce similarity names abstraction - introduce rename strategy abstraction feature: detect if the view requires an update refactor: allow to pass strings instead of col() table() expressions - update documentation fix: introduce execution order strategy chore: flow-php/postgresql-migrations skeleton
feature: migrations cli app interface feature: basic building blocks for migrations feature: migration store feature: migrations repository feature: migrations repository feature: migrations generator feature: migration executor feature: setup migrations cli commands feauter: symfony migration bundle - move core abstractions to postgresql package - move implementations to symfony bundle feature: load catalog cofiguration from yaml feature: wrap migrations in transations refactor: catalog_providers configuration in postgresql bundles - detach catalog from connection - allow to chain providers - allow to register by tag / attribute refactor: simplify catalog congigratuin feature: add support for telemetry in postgresql bundle feature: documentation
810e973 to
ad1e36d
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 1.x #2290 +/- ##
===========================================
+ Coverage 12.26% 83.89% +71.62%
===========================================
Files 1368 1482 +114
Lines 51221 55877 +4656
===========================================
+ Hits 6282 46876 +40594
+ Misses 44939 9001 -35938
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: #xxx
Change Log
Added
Fixed
Changed
Removed
Deprecated
Security